# Standard Library ## Types ```{toctree} :maxdepth: 1 AsPath Asn AsnRange BgpMsg BmpMsg Community IngressInfo IpAddr LargeCommunity List[T] Log LogEntry Metrics Option[T] PathAttributes Prefix Route RovStatus RovStatusUpdate Rpki String StringBuf StringBytes StringChars StringLines Verdict[A, R] VrpUpdate bool char f32 f64 i16 i32 i64 i8 u16 u32 u64 u8 ``` ## Functions ````{roto:function} command(cmd: String, args: List[String]) -> bool Execute an external command. The `args` list of arguments is passed to the command. See also . ````