template<class keyword, class... actions>
tk::grm::scan struct

Scan input padded by blank at left and space at right and if it matches 'keyword', apply 'actions'.

As opposed to scan_until this rule, allows multiple actions