Optional header arguments ```rust use orgize::{Org, ast::InlineSrc}; let s = Org::parse("src_C{int a = 0;}").first_node:: ().unwrap(); assert!(s.parameters().is_none()); let s = Org::parse("src_xml[:exports code]{ text }").first_node:: ().unwrap(); assert_eq!(s.parameters().unwrap(), ":exports code"); ```
(&self)
source not stored for this graph (policy: none)