pub fn create_range<'c>(
    context: &'c Context,
    result: Type<'c>,
    arguments: &[Value<'c, '_>],
    location: Location<'c>
) -> CreateRangeOperation<'c>
Expand description

Creates a create_range operation.