Skip to main content

take

Function take 

Source
pub fn take<'a, T: Into<ExprNode<'a>>, U: Into<ExprNode<'a>>>(
    expr: T,
    size: U,
) -> ExprNode<'a>