Head constructor
Head()
Implementation
Head()
: super(
methodName: "head",
targetType: .list,
arity: 0,
function: (target, _, arguments) {
return target.first;
},
);
Head()
: super(
methodName: "head",
targetType: .list,
arity: 0,
function: (target, _, arguments) {
return target.first;
},
);