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

11
LINES

< > BotCompany Repo | #1022606 // deepObjectSize - synonym of guessDeepObjectSize_recursive

JavaX fragment (include)


static long deepObjectSize(O o) {
  ret guessDeepObjectSize_recursive(o);
}



static long deepObjectSize(guessDeepObjectSize_recursive_Data data, O o) {
  ret guessDeepObjectSize_recursive(data, o);
}

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: #1022606
Snippet name: deepObjectSize - synonym of guessDeepObjectSize_recursive
Eternal ID of this version: #1022606/1
Text MD5: 9aa4e84f02e8b82d62c5314d6fbd3a60
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-03-24 11:31:07
Source code size: 207 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 189 / 245
Referenced in: [show references]