 
            
    1 people like it.
    Like the snippet!
  
This function enables the repeated insertion of a specified value into a sequence. It ensures that Seq.skip will never throw an exception by always ensuring it never skips more elements than remain in the sequence.
| 1: 2: 3: 4: 5: 6: 7: 8: 9: 10: |  | 
| Link: | http://fssnip.net/t4 | 
| Posted: | 8 years ago | 
| Author: | Hugh Gleaves | 
| Tags: | intersperse skip insert periodic |