@aureooms/js-collections-namedtuple
Python's namedtuple data structure for JavaScript. Parent is @aureooms/js-collections.
let Point = namedtuple( 'Point' , [ 'x' , 'y' ] ) ;
Python's namedtuple data structure for JavaScript. Parent is @aureooms/js-collections.
let Point = namedtuple( 'Point' , [ 'x' , 'y' ] ) ;