Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

3
LINES

< > BotCompany Repo | #1021601 // zipTwoLists_strict - synonym of zipTwoListsToPairs_ifSameLength

JavaX fragment (include)

static <A, B> L<Pair<A, B>> zipTwoLists_strict(L<A> l1, L<B> l2) {
  ret zipTwoListsToPairs_ifSameLength(l1, l2);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1021601
Snippet name: zipTwoLists_strict - synonym of zipTwoListsToPairs_ifSameLength
Eternal ID of this version: #1021601/1
Text MD5: 4e5aa696906256d442879b88635d3cbe
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-02-21 21:25:18
Source code size: 115 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 227 / 266
Referenced in: [show references]