vector->matrix implicit conversion, option to override.
Created by: zeffii
for example you might not want nested lists of Vectors to become a single flat list of matrices, at the moment that's exactly what you'll get.
the proposal is to add a keyword to matrix socket's sv_get
, which defaults to the current behaviour, but can be told to use a different vector->matrix
function