Crate sinput
Source - as_f32
- created function to reuse and reduce LOC for f32 input.
- as_f64
- created function to reuse and reduce LOC for f64 input.
- as_i8
- created function to reuse and reduce LOC for i8 input.
- as_i16
- created function to reuse and reduce LOC for i16 input.
- as_i32
- created function to reuse and reduce LOC for i32 input.
- as_i64
- created function to reuse and reduce LOC for i64 input.
- as_i128
- created function to reuse and reduce LOC for u16 input.
- as_isize
- created function to reuse and reduce LOC for isize input.
- as_string
- created function to reuse and reduce LOC for string input.
- as_u8
- created function to reuse and reduce LOC for u8 input.
- as_u16
- created function to reuse and reduce LOC for u16 input.
- as_u32
- created function to reuse and reduce LOC for u32 input.
- as_u64
- created function to reuse and reduce LOC for u64 input.
- as_u128
- created function to reuse and reduce LOC for u16 input.
- as_usize
- created function to reuse and reduce LOC for usize input.