Libraryless. Click here for Pure Java version (11145L/63K).
1  | static Image2B binaryImageFromFunction(int w, int h default w, IIntIntPred f) {
 | 
2  | ret image2BFromFunction(w, h, f);  | 
3  | }  | 
4  | |
5  | static Image2B binaryImageFromFunction(int w, int h default w, IF0_Bool f) {
 | 
6  | ret image2BFromFunction(w, h, f);  | 
7  | }  | 
download show line numbers debug dex old transpilations
Travelled to 2 computer(s): mqqgnosmbjvj, wnsclhtenguj
No comments. add comment
| Snippet ID: | #1036078 | 
| Snippet name: | binaryImageFromFunction - synonym of image2BFromFunction | 
| Eternal ID of this version: | #1036078/2 | 
| Text MD5: | 01c660463d9d13f94b72c14cc0b45ea0 | 
| Transpilation MD5: | 306618738b475ae4e0bbd984258fbb19 | 
| Author: | someone | 
| Category: | |
| Type: | JavaX fragment (include) | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2022-09-08 23:36:32 | 
| Source code size: | 239 bytes / 7 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 341 / 442 | 
| Version history: | 1 change(s) | 
| Referenced in: | [show references] |