Warp

Mixin which implements view primitives on top of another view, using a coordinate transform function.

mixin template Warp (
V
) if (
isView!V
) {
V src;
}

Meta