function boot.janet on line 1035, column 1 (take-while pred ind) Given a predicate, take only elements from an indexed type that satisfy the predicate, and abort on first failure. Returns a new array.