jsWhile

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto jsWhile(string[] conditions, string content)
  2. auto jsWhile(string condition, string content)
    @safe
    jsWhile
    (
    string condition
    ,
    string content
    )

Meta