1use super::*; 2 3#[pqlfn(arg, rtn, eval)] 4pub const fn river_card(board: Board) -> PQLCard { 5 board.river.unwrap() 6}