vigour-io/brisky-struct

faster and general purpose class switcher

Closed this issue · 1 comments

youzi commented
  • now only used in type
  • need to be used in inheritance in general

simple test

var a = b.create('hello')
var b = b.create('bla')
a.inherits(b)
// result a.inherits === b