Array accessor custom operator
Created by: ghost
Hello. I also have idea for custom operators with arrays.
operator {@} accessor 19 = (object, index) => {
return #`[object, index]`; // for feed some functions with spreads, for example - Atomics
}
Where symbol @
are divisor between {
and }
.