struct CSV::Token inherits Struct ¶ A token in a CSV. It consists of a Kind and a value. The value only makes sense when the kind is Cell. Methods¶ #kind : Kind ¶ The Kind. View source #kind=(kind : Kind) ¶ The Kind. View source #value : String ¶ The string value. Only makes sense for a Cell. View source #value=(value : String) ¶ The string value. Only makes sense for a Cell. View source