← index
ActAsUserList
inherits Mixin · defined at core/00-bootstrap.qn:102
core/00-bootstrap.qn:102
Marker mixin for classes constructible from a tagged list literal: #Name( 1 2 3 ) compiles to Name.newUserList:#(1 2 3).
#Name( 1 2 3 )
Name.newUserList:#(1 2 3)