Warning: session_start(): open(/var/lib/php/sessions/sess_c7lj18gvibm4dm6iotkl0aaji0, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51

Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
isSubClassOf - synonym of isSubclass [1035993]

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

3
LINES

< > BotCompany Repo | #1035993 // isSubClassOf - synonym of isSubclass

JavaX fragment (include)

static bool isSubClassOf(Class a, Class b) {
  ret isSubclass(a, b);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 2 computer(s): elmgxqgtpvxh, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1035993
Snippet name: isSubClassOf - synonym of isSubclass
Eternal ID of this version: #1035993/1
Text MD5: 35b7ce16c91ab934cb1ec064dc0f77d8
Author: someone
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-08-21 04:54:57
Source code size: 70 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 624 / 619
Referenced in: [show references]